From 59a901e285a1c31a651b893d82bd8ff51d158224 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 15 Mar 2015 22:14:24 -0400 Subject: [PATCH] places sidebar: Stop using follow-state It is no longer needed. --- gtk/gtkplacessidebar.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c index e9d220edbf..d8ce633d75 100644 --- a/gtk/gtkplacessidebar.c +++ b/gtk/gtkplacessidebar.c @@ -4036,7 +4036,6 @@ gtk_places_sidebar_init (GtkPlacesSidebar *sidebar) g_object_set (cell, "xpad", 10, "ypad", 8, - "follow-state", TRUE, NULL); gtk_tree_view_column_pack_start (col, cell, FALSE); gtk_tree_view_column_set_attributes (col, cell, @@ -4069,7 +4068,6 @@ gtk_places_sidebar_init (GtkPlacesSidebar *sidebar) /* align right, because for some reason gtk+ expands this even though we tell it not to. */ "xalign", 1.0, - "follow-state", TRUE, "gicon", eject, NULL); gtk_tree_view_column_pack_start (col, cell, FALSE); -- 2.30.2